home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / xtalk36.pat < prev    next >
Text File  |  1985-11-29  |  2KB  |  44 lines

  1. The following is based on information received from Microstuf.  The new version 
  2. 3.6 of Crosstalk XVI is limited to 10 redials to comply with the new FCC 
  3. regulation designed to prevent overloading the phone system.  Actually, the FCC 
  4. allows 15 redials, but the Canadian Department of Communications allows only 
  5. 10.  Since they do business on both sides of the border, Microstuf uses the 
  6. more restrictive number.  If you write Microstuf, they can legally tell you how 
  7. to increase the number of redials to 15, and to change the error message.  
  8. However, increasing the number of redials to the maximum, hex FF, or 255, is 
  9. quite easy, and automatically turns off the error message.  To do so, first 
  10. rename XTALK.EXE to something else, say XTALK.XXX.  
  11.  
  12. Then type: DEBUG XTALK.XXX RETURN
  13.      type: R RETURN
  14.  
  15. Now write down the register values for CS XXXX 
  16.                                        CX YYYY 
  17.                                        BX WWWW 
  18.  
  19. If BX equals 0001, then add 1000 to CS, and use that value.  
  20. If BX equals 0000, use then value of CS given.  
  21.  
  22. Now type: S XXXX:0 LYYYY 75 0F 3C 0A RETURN
  23.  
  24. DEBUG returns the address XXXX:ZZZZ 
  25.  
  26.     type: E XXXX:ZZZZ RETURN
  27.  
  28. Now DEBUG will return "75.".  Each time you hit space you will get the next 
  29. value of the sequence you searched for.  Do this until you get to 0A.  Instead 
  30. of a space, type FF, and then RETURN.  Using SP to represent the space bar, it 
  31. looks like: 
  32.  
  33.     75.SP 0F.SP 3C.SP 0A.FF RETURN 
  34.  
  35. Finally, type: W RETURN
  36.          type: Q RETURN
  37.  
  38. This completes the patching process.  Rename the unpatched version to something 
  39. else, rename XTALK.XXX to XTALK.EXE, and enjoy a reasonable number of redials.  
  40.  
  41. I would like to emphasize that while this patch is based on information 
  42. provided by Microstuf, they are NOT providing the specific information to 
  43. increase the number of redials beyond the FCC maximum of 15.